[INFO] cloning repository https://github.com/tomcur/sprokkel
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tomcur/sprokkel" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomcur%2Fsprokkel", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomcur%2Fsprokkel'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] dd5103b6e0cf8f4511ce47c186c1b925b780eb44
[INFO] checking tomcur/sprokkel against try#b66808126f24f2f30898306a881e1676824ea80c for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomcur%2Fsprokkel" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tomcur/sprokkel
[INFO] finished tweaking git repo https://github.com/tomcur/sprokkel
[INFO] tweaked toml for git repo https://github.com/tomcur/sprokkel written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tomcur/sprokkel on toolchain b66808126f24f2f30898306a881e1676824ea80c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tomcur/sprokkel already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: version requirement `0.9.34+deprecated` for dependency `serde_yaml` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion
[INFO] [stderr] warning: `sprokkel` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] cf50f5938283e48a47c4efc849ac9eda113bfb4e6113fed6f21a9eccbdaf93e6
[INFO] running `Command { std: "docker" "start" "cf50f5938283e48a47c4efc849ac9eda113bfb4e6113fed6f21a9eccbdaf93e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cf50f5938283e48a47c4efc849ac9eda113bfb4e6113fed6f21a9eccbdaf93e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cf50f5938283e48a47c4efc849ac9eda113bfb4e6113fed6f21a9eccbdaf93e6" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cf50f5938283e48a47c4efc849ac9eda113bfb4e6113fed6f21a9eccbdaf93e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cf50f5938283e48a47c4efc849ac9eda113bfb4e6113fed6f21a9eccbdaf93e6" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: version requirement `0.9.34+deprecated` for dependency `serde_yaml` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion
[INFO] [stderr] warning: `sprokkel` (manifest) generated 1 warning
[INFO] [stderr]    Compiling cc v1.0.95
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]     Checking memchr v2.7.2
[INFO] [stderr]    Compiling libc v0.2.154
[INFO] [stderr]     Checking regex-syntax v0.8.3
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling serde v1.0.199
[INFO] [stderr]    Compiling thiserror v1.0.60
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking either v1.11.0
[INFO] [stderr]    Compiling crc32fast v1.4.0
[INFO] [stderr]    Compiling anyhow v1.0.82
[INFO] [stderr]     Checking miniz_oxide v0.7.2
[INFO] [stderr]    Compiling proc-macro-error-attr v0.4.12
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]     Checking aligned-vec v0.5.0
[INFO] [stderr]    Compiling built v0.7.2
[INFO] [stderr]    Compiling proc-macro-error v0.4.12
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]     Checking bytemuck v1.15.0
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]     Checking anstyle-parse v0.2.3
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking anstyle-query v1.0.2
[INFO] [stderr]     Checking bitstream-io v2.2.0
[INFO] [stderr]     Checking anstyle v1.0.6
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking flate2 v1.0.30
[INFO] [stderr]     Checking imgref v1.10.1
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]     Checking flume v0.11.0
[INFO] [stderr]     Checking anstream v0.6.13
[INFO] [stderr]     Checking crossbeam-channel v0.5.12
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking inotify v0.9.6
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking filetime v0.2.23
[INFO] [stderr]     Checking rayon-core v1.12.1
[INFO] [stderr]     Checking rgb v0.8.37
[INFO] [stderr]     Checking avif-serialize v0.8.1
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]     Checking unicode-width v0.1.12
[INFO] [stderr]     Checking zune-core v0.4.12
[INFO] [stderr]    Compiling pulldown-cmark v0.10.3
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking v_frame v0.3.8
[INFO] [stderr]     Checking lebe v0.5.2
[INFO] [stderr]     Checking bit_field v0.10.2
[INFO] [stderr]     Checking winnow v0.6.7
[INFO] [stderr]     Checking clap_lex v0.7.0
[INFO] [stderr]    Compiling tree-sitter v0.20.10
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]    Compiling tree-sitter-python v0.20.4
[INFO] [stderr]    Compiling tree-sitter-djot v0.0.1 (https://github.com/treeman/tree-sitter-djot?rev=bc94a2867f7a1040c416212207e7e28e79ef0339#bc94a286)
[INFO] [stderr]    Compiling tree-sitter-typescript v0.20.5
[INFO] [stderr]    Compiling tree-sitter-toml v0.20.0
[INFO] [stderr]    Compiling tree-sitter-rust v0.20.4
[INFO] [stderr]    Compiling tree-sitter-c v0.20.8
[INFO] [stderr]    Compiling tree-sitter-javascript v0.20.4
[INFO] [stderr]    Compiling tree-sitter-nix v0.0.1
[INFO] [stderr]    Compiling tree-sitter-bash v0.20.5
[INFO] [stderr]    Compiling tree-sitter-cpp v0.20.5
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking clap_builder v4.5.2
[INFO] [stderr]     Checking exr v1.72.0
[INFO] [stderr]     Checking av1-grain v0.2.3
[INFO] [stderr]     Checking zune-jpeg v0.4.11
[INFO] [stderr]     Checking gif v0.13.1
[INFO] [stderr]     Checking tiff v0.9.1
[INFO] [stderr]     Checking getopts v0.2.21
[INFO] [stderr]     Checking png v0.17.13
[INFO] [stderr]     Checking notify v6.1.1
[INFO] [stderr]     Checking parking_lot v0.12.2
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking memo-map v0.3.2
[INFO] [stderr]     Checking genawaiter-macro v0.99.1
[INFO] [stderr]     Checking paris v1.5.15
[INFO] [stderr]     Checking bitflags v2.5.0
[INFO] [stderr]     Checking file-id v0.2.1
[INFO] [stderr]     Checking self_cell v1.0.3
[INFO] [stderr]     Checking pulldown-cmark-escape v0.10.1
[INFO] [stderr]     Checking notify-debouncer-full v0.3.1
[INFO] [stderr]     Checking simplelog v0.12.2
[INFO] [stderr]     Checking jotdown v0.4.0
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b66808126f24f2f30898306a881e1676824ea80c/bin/rustc --crate-name syn --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=059a537e8f95b11f -C extra-filename=-3bee4d150d9c65c7 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-0b8d9fbac46dbf3b.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-6799a93556b01fd3.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-f2de522ba645d884.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b66808126f24f2f30898306a881e1676824ea80c/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=2399cb19b321d184 -C extra-filename=-43ab3923b927c5cf --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-0b8d9fbac46dbf3b.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-6799a93556b01fd3.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-f2de522ba645d884.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "cf50f5938283e48a47c4efc849ac9eda113bfb4e6113fed6f21a9eccbdaf93e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf50f5938283e48a47c4efc849ac9eda113bfb4e6113fed6f21a9eccbdaf93e6", kill_on_drop: false }`
[INFO] [stdout] cf50f5938283e48a47c4efc849ac9eda113bfb4e6113fed6f21a9eccbdaf93e6
